home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / TweakNow PowerPack / PowerPack172.exe / {app} / PowerPack.exe / 0 / RCDATA / TNETWORKFORM / TNETWORKFORM.txt < prev   
Encoding:
Text File  |  2009-11-25  |  16.9 KB  |  557 lines

  1. object NetworkForm: TNetworkForm
  2.   Left = 0
  3.   Top = 0
  4.   BorderStyle = bsDialog
  5.   Caption = 'NetworkForm'
  6.   ClientHeight = 747
  7.   ClientWidth = 556
  8.   Color = 16579836
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PageControl1: TPageControl
  22.     Left = 8
  23.     Top = 48
  24.     Width = 489
  25.     Height = 457
  26.     ActivePage = TabSheet28
  27.     TabOrder = 0
  28.     object TabSheet26: TTabSheet
  29.       Caption = 'General'
  30.       object GroupBox42: TGroupBox
  31.         Left = 8
  32.         Top = 240
  33.         Width = 465
  34.         Height = 177
  35.         Caption = 'TcpWindowSize'
  36.         TabOrder = 1
  37.         object Label115: TLabel
  38.           Left = 16
  39.           Top = 72
  40.           Width = 78
  41.           Height = 13
  42.           Caption = 'TcpWindowSize:'
  43.         end
  44.         object Label119: TLabel
  45.           Left = 16
  46.           Top = 24
  47.           Width = 433
  48.           Height = 42
  49.           AutoSize = False
  50.           Caption = 
  51.             'Specifies the amount of data in kilobytes that is buffered when ' +
  52.             'receiving data on a TCP/IP connection. To improve performance, t' +
  53.             'ry to increase the TcpWindowSize value.'
  54.           WordWrap = True
  55.         end
  56.         object Label120: TLabel
  57.           Left = 172
  58.           Top = 72
  59.           Width = 27
  60.           Height = 13
  61.           Caption = 'bytes'
  62.         end
  63.         object Label121: TLabel
  64.           Left = 16
  65.           Top = 104
  66.           Width = 433
  67.           Height = 28
  68.           AutoSize = False
  69.           Caption = 
  70.             'Enabling the following option to enable Windows to use TcpWindow' +
  71.             'Size over 64 kb.'
  72.           WordWrap = True
  73.         end
  74.         object largetcpwindow_CheckBox: TCheckBox
  75.           Left = 16
  76.           Top = 144
  77.           Width = 193
  78.           Height = 17
  79.           Caption = 'Enable large TCP window support'
  80.           TabOrder = 1
  81.           OnClick = largetcpwindow_CheckBoxClick
  82.           OnMouseEnter = largetcpwindow_CheckBoxMouseEnter
  83.           OnMouseLeave = largetcpwindow_CheckBoxMouseLeave
  84.         end
  85.         object tcpwindowsize_SpinEdit: TSpinEdit
  86.           Left = 104
  87.           Top = 68
  88.           Width = 61
  89.           Height = 22
  90.           MaxLength = 6
  91.           MaxValue = 999999
  92.           MinValue = 0
  93.           TabOrder = 0
  94.           Value = 999999
  95.           OnChange = tcpwindowsize_SpinEditChange
  96.         end
  97.       end
  98.       object GroupBox45: TGroupBox
  99.         Left = 8
  100.         Top = 120
  101.         Width = 465
  102.         Height = 113
  103.         Caption = 'SACK (Selective Acknowledgement)'
  104.         TabOrder = 2
  105.         object Label122: TLabel
  106.           Left = 16
  107.           Top = 24
  108.           Width = 433
  109.           Height = 42
  110.           AutoSize = False
  111.           Caption = 
  112.             'Specifies whether Windows should enable support for SACK (Select' +
  113.             'ive Acknowledgement). SACK is especially important for connectio' +
  114.             'ns using large TCP Window sizes.'
  115.           WordWrap = True
  116.         end
  117.         object selectiveacknowledgement_CheckBox: TCheckBox
  118.           Left = 16
  119.           Top = 80
  120.           Width = 241
  121.           Height = 17
  122.           Caption = 'Enable Selective Acknowledgement support'
  123.           TabOrder = 0
  124.           OnClick = selectiveacknowledgement_CheckBoxClick
  125.           OnMouseEnter = selectiveacknowledgement_CheckBoxMouseEnter
  126.           OnMouseLeave = largetcpwindow_CheckBoxMouseLeave
  127.         end
  128.       end
  129.       object GroupBox46: TGroupBox
  130.         Left = 8
  131.         Top = 8
  132.         Width = 465
  133.         Height = 105
  134.         Caption = 'Time to Live'
  135.         TabOrder = 0
  136.         object Label116: TLabel
  137.           Left = 16
  138.           Top = 67
  139.           Width = 87
  140.           Height = 13
  141.           Caption = 'Time to live value:'
  142.         end
  143.         object Label125: TLabel
  144.           Left = 16
  145.           Top = 24
  146.           Width = 433
  147.           Height = 28
  148.           AutoSize = False
  149.           Caption = 
  150.             'Specifies number of seconds (approximately equal to number of ho' +
  151.             'ps) that pass before an IP packet is discarded. (Default value: ' +
  152.             '32)'
  153.           WordWrap = True
  154.         end
  155.         object Label126: TLabel
  156.           Left = 164
  157.           Top = 67
  158.           Width = 39
  159.           Height = 13
  160.           Caption = 'seconds'
  161.         end
  162.         object timetolive_SpinEdit: TSpinEdit
  163.           Left = 112
  164.           Top = 64
  165.           Width = 44
  166.           Height = 22
  167.           MaxLength = 3
  168.           MaxValue = 255
  169.           MinValue = 0
  170.           TabOrder = 0
  171.           Value = 255
  172.           OnChange = timetolive_SpinEditChange
  173.         end
  174.       end
  175.       object TempPanel1: TPanel
  176.         Left = 8
  177.         Top = 432
  178.         Width = 185
  179.         Height = 16
  180.         Caption = 'TempPanel1'
  181.         TabOrder = 3
  182.         Visible = False
  183.       end
  184.     end
  185.     object TabSheet27: TTabSheet
  186.       Caption = 'MTU'
  187.       ImageIndex = 1
  188.       object GroupBox44: TGroupBox
  189.         Left = 8
  190.         Top = 8
  191.         Width = 465
  192.         Height = 241
  193.         Caption = 'MTU (Maximum Transmission Unit)'
  194.         TabOrder = 0
  195.         object Label114: TLabel
  196.           Left = 16
  197.           Top = 120
  198.           Width = 46
  199.           Height = 13
  200.           Caption = 'MTU size:'
  201.         end
  202.         object Label123: TLabel
  203.           Left = 16
  204.           Top = 24
  205.           Width = 414
  206.           Height = 13
  207.           Caption = 
  208.             'Specify maximum packet size for data transfer for specific netwo' +
  209.             'rk adapter or modem.'
  210.         end
  211.         object Label124: TLabel
  212.           Left = 16
  213.           Top = 176
  214.           Width = 433
  215.           Height = 28
  216.           AutoSize = False
  217.           Caption = 
  218.             'It is not recommended to change the MTU value manually. To reset' +
  219.             ' the MTU value, check the following checkbox.'
  220.           WordWrap = True
  221.         end
  222.         object Label102: TLabel
  223.           Left = 16
  224.           Top = 48
  225.           Width = 43
  226.           Height = 13
  227.           Caption = 'Adapter:'
  228.         end
  229.         object Image67: TImage
  230.           Left = 280
  231.           Top = 16
  232.           Width = 16
  233.           Height = 16
  234.           AutoSize = True
  235.           Picture.Data = {<image000.bmp>}
  236.           Transparent = True
  237.           Visible = False
  238.         end
  239.         object mtumaximumtransmissionunit_SpinEdit: TSpinEdit
  240.           Left = 72
  241.           Top = 116
  242.           Width = 49
  243.           Height = 22
  244.           MaxLength = 4
  245.           MaxValue = 1500
  246.           MinValue = 68
  247.           TabOrder = 0
  248.           Value = 1500
  249.           OnChange = mtumaximumtransmissionunit_SpinEditChange
  250.         end
  251.         object mtumaximumtransmissionunitadapterdefault_CheckBox: TCheckBox
  252.           Left = 16
  253.           Top = 152
  254.           Width = 257
  255.           Height = 17
  256.           Caption = 'Use Windows default value for selected adapter'
  257.           TabOrder = 1
  258.           OnClick = mtumaximumtransmissionunitadapterdefault_CheckBoxClick
  259.         end
  260.         object mtumaximumtransmissionunitalladaptersdefault_CheckBox: TCheckBox
  261.           Left = 16
  262.           Top = 211
  263.           Width = 273
  264.           Height = 17
  265.           Caption = 'Use Windows default value for all network adapters'
  266.           TabOrder = 2
  267.           OnClick = mtumaximumtransmissionunitalladaptersdefault_CheckBoxClick
  268.         end
  269.         object ListBox1: TListBox
  270.           Left = 72
  271.           Top = 48
  272.           Width = 377
  273.           Height = 57
  274.           Style = lbOwnerDrawFixed
  275.           ItemHeight = 20
  276.           TabOrder = 3
  277.           OnClick = ListBox1Click
  278.           OnDrawItem = ListBox1DrawItem
  279.         end
  280.       end
  281.     end
  282.     object TabSheet28: TTabSheet
  283.       Caption = 'Others'
  284.       ImageIndex = 2
  285.       object GroupBox43: TGroupBox
  286.         Left = 8
  287.         Top = 8
  288.         Width = 465
  289.         Height = 153
  290.         Caption = 'PMTU Black Hole (non-PMTU-compliant) Routers'
  291.         TabOrder = 0
  292.         object Label117: TLabel
  293.           Left = 16
  294.           Top = 24
  295.           Width = 433
  296.           Height = 28
  297.           AutoSize = False
  298.           Caption = 
  299.             'Specifies whether Windows should  adjusts the PMTU discovery alg' +
  300.             'orithm to attempt to detect PMTU black hole (non-PMTU-compliant)' +
  301.             ' routers.'
  302.           WordWrap = True
  303.         end
  304.         object Label118: TLabel
  305.           Left = 16
  306.           Top = 112
  307.           Width = 433
  308.           Height = 28
  309.           AutoSize = False
  310.           Caption = 
  311.             'Enabling both options above might help to reduce problem caused ' +
  312.             'by black hole (non-PMTU-compliant) routers. '
  313.           WordWrap = True
  314.         end
  315.         object blackhole_CheckBox: TCheckBox
  316.           Left = 16
  317.           Top = 80
  318.           Width = 153
  319.           Height = 17
  320.           Caption = 'Enable black hole detection'
  321.           TabOrder = 1
  322.           OnClick = blackhole_CheckBoxClick
  323.           OnMouseEnter = blackhole_CheckBoxMouseEnter
  324.           OnMouseLeave = largetcpwindow_CheckBoxMouseLeave
  325.         end
  326.         object mtuautodiscovery_CheckBox: TCheckBox
  327.           Left = 16
  328.           Top = 56
  329.           Width = 161
  330.           Height = 17
  331.           Caption = 'Enable MTU auto discovery'
  332.           TabOrder = 0
  333.           OnClick = mtuautodiscovery_CheckBoxClick
  334.           OnMouseEnter = mtuautodiscovery_CheckBoxMouseEnter
  335.           OnMouseLeave = largetcpwindow_CheckBoxMouseLeave
  336.         end
  337.       end
  338.       object GroupBox84: TGroupBox
  339.         Left = 8
  340.         Top = 168
  341.         Width = 465
  342.         Height = 217
  343.         Caption = 'HTTP Connections'
  344.         TabOrder = 1
  345.         object Label202: TLabel
  346.           Left = 16
  347.           Top = 24
  348.           Width = 433
  349.           Height = 57
  350.           AutoSize = False
  351.           Caption = 
  352.             'Specifies number of simultaneous connections made to a single we' +
  353.             'b server. By default the number of simultaneous connections to a' +
  354.             ' HTTP 1.0 server is limited to 4 (four) simultaneous connections' +
  355.             ' and HTTP 1.1 server is limited to 2 (two) simultaneous connecti' +
  356.             'ons.'
  357.           WordWrap = True
  358.         end
  359.         object Label235: TLabel
  360.           Left = 16
  361.           Top = 176
  362.           Width = 433
  363.           Height = 33
  364.           AutoSize = False
  365.           Caption = 
  366.             'Recommended value: 6 simultaneous connections for both HTTP 1.0 ' +
  367.             'and HTTP 1.1 server.'
  368.           WordWrap = True
  369.         end
  370.         object Label236: TLabel
  371.           Left = 16
  372.           Top = 96
  373.           Width = 44
  374.           Height = 13
  375.           Caption = 'HTTP 1.0'
  376.         end
  377.         object Label237: TLabel
  378.           Left = 16
  379.           Top = 136
  380.           Width = 44
  381.           Height = 13
  382.           Caption = 'HTTP 1.1'
  383.         end
  384.         object Label238: TLabel
  385.           Left = 352
  386.           Top = 96
  387.           Width = 66
  388.           Height = 13
  389.           Caption = '4 connections'
  390.         end
  391.         object Label240: TLabel
  392.           Left = 352
  393.           Top = 136
  394.           Width = 66
  395.           Height = 13
  396.           Caption = '2 connections'
  397.         end
  398.         object maximumhttp1_0connections_TrackBar: TTrackBar
  399.           Left = 72
  400.           Top = 92
  401.           Width = 273
  402.           Height = 25
  403.           Min = 4
  404.           Position = 4
  405.           TabOrder = 0
  406.           OnChange = maximumhttp1_0connections_TrackBarChange
  407.         end
  408.         object maximumhttp1_1connections_TrackBar: TTrackBar
  409.           Left = 72
  410.           Top = 132
  411.           Width = 273
  412.           Height = 33
  413.           Min = 2
  414.           Position = 2
  415.           TabOrder = 1
  416.           OnChange = maximumhttp1_1connections_TrackBarChange
  417.         end
  418.       end
  419.     end
  420.   end
  421.   object CoolBar1: TCoolBar
  422.     Left = 0
  423.     Top = 0
  424.     Width = 556
  425.     Height = 41
  426.     Bands = <
  427.       item
  428.         Control = Panel2
  429.         ImageIndex = -1
  430.         MinHeight = 36
  431.         Width = 550
  432.       end>
  433.     Color = 16382970
  434.     ParentColor = False
  435.     object Panel2: TPanel
  436.       Left = 11
  437.       Top = 0
  438.       Width = 541
  439.       Height = 36
  440.       BevelOuter = bvNone
  441.       ParentColor = True
  442.       TabOrder = 0
  443.       object SaveButton: TSpeedButton
  444.         Left = 8
  445.         Top = 8
  446.         Width = 57
  447.         Height = 22
  448.         Cursor = crHandPoint
  449.         Caption = 'Save'
  450.         Enabled = False
  451.         Flat = True
  452.         Glyph.Data = {
  453.           36060000424D3606000000000000360000002800000020000000100000000100
  454.           18000000000000060000C30E0000C30E00000000000000000000000000A67695
  455.           A16B8D997B8E908B8E8B868A8A8387827F817E7B7C7E7B7C817D7E7E7B7C8564
  456.           7B8E6A83946482000000FFFFFF8484847B7B7B8484848C8C8C8787878484847F
  457.           7F7F7B7B7B7B7B7B7D7D7D7B7B7B6E6E6E757575727272FFFFFFC67AAAD172AE
  458.           CC68A7C089ACBFBDBDBFBDBDA9A6A6A09C9C9490908D8A898D8A897E7B7C9247
  459.           79A5578DB9609A9378899191918E8E8E868686999999BDBDBDBDBDBDA6A6A69C
  460.           9C9C9090908A8A8A8A8A8A7B7B7B5E5E5E7070707B7B7B808080CD78AEC06FA4
  461.           B9609AC089ACD3D2D2AC588FAE5B91A9A6A69D9A99908B8E8A83877673728A45
  462.           719D5285B15A939378899191918888887B7B7B999999D2D2D2727272747474A6
  463.           A6A69A9A9A8C8C8C8484847373735A5A5A696969747474808080CD78AEC575A9
  464.           C069A0C792B5F2F2F2B15A93B15A93C5C2C2BFBDBDA9A6A69D9A998682828A45
  465.           719D5285B15A939A7F909191918D8D8D838383A2A2A2F2F2F2747474747474C2
  466.           C2C2BDBDBDA6A6A69A9A9A8282825A5A5A696969747474878787CE82B2C871A8
  467.           C06FA4C792B5FFFFFFB66999BA6A9BF2F2F2EDEDEDD3D2D2C2C0C0A9A6A69247
  468.           799D5285B15A939A7F909999998B8B8B888888A2A2A2FFFFFF808080818181F2
  469.           F2F2EDEDEDD2D2D2C0C0C0A6A6A65E5E5E696969747474878787CE82B2CD78AE
  470.           C06FA4B66999B889A9A46D92A46D92B889A9B889A9B482A5AE7F9EA16B8D9348
  471.           799D5285B15A939A7F909999999191918888888080809797977E7E7E7E7E7E97
  472.           97979797979292928D8D8D7B7B7B5F5F5F696969747474878787D286B6C575A9
  473.           BE7DA5C67AAAB9719DBC75A2BC75A2BA6A9BB66999B56797B56797B56797B567
  474.           97B15A93B15A939A7F909D9D9D8D8D8D9090909191918686868A8A8A8A8A8A81
  475.           81818080807E7E7E7E7E7E7E7E7E7E7E7E747474747474878787D489B9BE7DA5
  476.           B0769DDDC6D1F2F2F2F8F6F1F8F4EEF8F4EEF8F4EEF8F4EEF8F2E7F8F2E7DDC6
  477.           D1BE88A6B652939A7F909F9F9F909090888888CBCBCBF2F2F2F4F4F4F2F2F2F2
  478.           F2F2F2F2F2F2F2F2EFEFEFEFEFEFCBCBCB979797707070878787D489B9C385AC
  479.           B0769DFFFFFFF8F6F1F8F6F1F8F6F1F8F6F1F8F4EEF8F4EEF8F4EEF8F4EEF8F6
  480.           F1BE88A6BA56959A7F909F9F9F979797888888FFFFFFF4F4F4F4F4F4F4F4F4F4
  481.           F4F4F2F2F2F2F2F2F2F2F2F2F2F2F4F4F4979797747474878787D58EBAC385AC
  482.           B0769DF8F6F1FFFFFFF2F2F2F8F6F1F8F6F1F8F6F1F8F4EEF8F4EEF8F4EEF8F6
  483.           F1BE88A6C05E9E9A7F90A3A3A3979797888888F4F4F4FFFFFFF2F2F2F4F4F4F4
  484.           F4F4F4F4F4F2F2F2F2F2F2F2F2F2F4F4F49797977C7C7C878787D58EBAC68DB1
  485.           B9719DFAF9F8F9F7F4F8F6F1F8F6F1F8F6F1F8F6F1F8F6F1FAF9F3FAF9F3F8F6
  486.           F1BE88A6BF639DA08596A3A3A39E9E9E868686F8F8F8F6F6F6F4F4F4F4F4F4F4
  487.           F4F4F4F4F4F4F4F4F7F7F7F7F7F7F4F4F49797977E7E7E8D8D8DD997C0C68DB1
  488.           AE7F9EFAF9F8F9F7F4FFFFFFF8F6F1F8F6F1F8F6F1F8F6F1F8F4EEFAF9F3F8F6
  489.           F1BE88A6C462A2A08596AAAAAA9E9E9E8D8D8DF8F8F8F6F6F6FFFFFFF4F4F4F4
  490.           F4F4F4F4F4F4F4F4F2F2F2F7F7F7F4F4F49797978080808D8D8DD997C0C792B5
  491.           B0769DFAF9F8FAF9F8F9F7F4F8F6F1FFFFFFF8F6F1F8F6F1F8F6F1FAF9F3F8F6
  492.           F1C089ACCC68A7A3879AAAAAAAA2A2A2888888F8F8F8F8F8F8F6F6F6F4F4F4FF
  493.           FFFFF4F4F4F4F4F4F4F4F4F7F7F7F4F4F49999998686868F8F8FD0A1C0D3D2D2
  494.           B0769DFFFFFFF9F8F5FAF9F8FFFFFFF2F2F2F8F6F1F8F6F1F8F6F1F8F6F1F8F6
  495.           F1C089ACD5D5D5A891A0AFAFAFD2D2D2888888FFFFFFF7F7F7F8F8F8FFFFFFF2
  496.           F2F2F4F4F4F4F4F4F4F4F4F4F4F4F4F4F4999999D5D5D5989898BA98AE764B6B
  497.           B9719DFAF9F8F2F2F2F2F2F2F1F0EBF1F0EBF1F0EBF1F0EBF0ECE9F0ECE9F8F4
  498.           EEBE88A6764B6BA691A0A2A2A2595959868686F8F8F8F2F2F2F2F2F2EEEEEEEE
  499.           EEEEEEEEEEEEEEEEEBEBEBEBEBEBF2F2F2979797595959979797EAC0DCD0A1C0
  500.           D0A1C0DDC6D1DDC6D1DDC6D1DDC6D1DDC6D1DDC6D1DDC6D1DDC6D1DDC6D1DDC6
  501.           D1D0A1C0D97DB8000000CDCDCDAFAFAFAFAFAFCBCBCBCBCBCBCBCBCBCBCBCBCB
  502.           CBCBCBCBCBCBCBCBCBCBCBCBCBCBCBCBCBAFAFAF999999FFFFFF}
  503.         NumGlyphs = 2
  504.         OnClick = SaveButtonClick
  505.       end
  506.     end
  507.   end
  508.   object Panel3: TPanel
  509.     Left = 8
  510.     Top = 512
  511.     Width = 486
  512.     Height = 89
  513.     TabOrder = 2
  514.     object DescriptionLabel: TLabel
  515.       Left = 8
  516.       Top = 40
  517.       Width = 465
  518.       Height = 41
  519.       AutoSize = False
  520.       Caption = 'DescriptionLabel'
  521.       WordWrap = True
  522.     end
  523.     object CoolBar3: TCoolBar
  524.       Left = 1
  525.       Top = 1
  526.       Width = 484
  527.       Height = 28
  528.       Hint = 'Hide'
  529.       BandBorderStyle = bsNone
  530.       Bands = <>
  531.       Color = clWhite
  532.       EdgeInner = esNone
  533.       EdgeOuter = esNone
  534.       ParentColor = False
  535.       ParentShowHint = False
  536.       ShowHint = True
  537.       object DLabel6: TLabel
  538.         Left = 16
  539.         Top = 7
  540.         Width = 76
  541.         Height = 25
  542.         Caption = 'Description'
  543.         Color = clWhite
  544.         Font.Charset = DEFAULT_CHARSET
  545.         Font.Color = 3815994
  546.         Font.Height = -11
  547.         Font.Name = 'Tahoma'
  548.         Font.Style = [fsBold]
  549.         GlowSize = 6
  550.         ParentColor = False
  551.         ParentFont = False
  552.         Transparent = True
  553.       end
  554.     end
  555.   end
  556. end
  557.